Update css parser test for borders
authorMatthias Clasen <mclasen@redhat.com>
Mon, 21 Dec 2015 19:06:07 +0000 (14:06 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 21 Dec 2015 19:06:07 +0000 (14:06 -0500)
Use the border-image-width property instead of a made-up
border-valued property.

testsuite/css/parser/border.css
testsuite/css/parser/border.ref.css

index 3955f688768038490285d3b6bb30fcf199beb65f..3104bd4c9d0af40dbf8e9e3ea0fb811f612e465a 100644 (file)
@@ -1,55 +1,55 @@
 a {
-  border-property: 1 2 3 4;
+  border-image-width: 1 2 3 4;
 }
 
 b {
-  border-property: 1 2 3;
+  border-image-width: 1 2 3;
 }
 
 c {
-  border-property: 1 2;
+  border-image-width: 1 2;
 }
 
 d {
-  border-property: 1;
+  border-image-width: 1;
 }
 
 e {
-  border-property: 0 0 0 0;
+  border-image-width: 0 0 0 0;
 }
 
 f {
-  border-property: 1px 2px 3 4px;
+  border-image-width: 1px 2px 3 4px;
 }
 
 g {
-  border-property: 5 oops 6 7;
+  border-image-width: 5 oops 6 7;
 }
 
 h {
-  border-property: true;
+  border-image-width: true;
 }
 
 i {
-  border-property: -1;
+  border-image-width: -1;
 }
 
 j {
-  border-property: -5px;
+  border-image-width: -5px;
 }
 
 k {
-  border-property: 3units;
+  border-image-width: 3units;
 }
 
 l {
-  border-property: 1 2 3 4units;
+  border-image-width: 1 2 3 4units;
 }
 
 m {
-  border-property: 1 2 3 4 5;
+  border-image-width: 1 2 3 4 5;
 }
 
 n {
-  border-property: 1 2 ; 4;
+  border-image-width: 1 2 ; 4;
 }
index 73bfc35f2da907f646c849191efbcb374b6e5fdd..a8c60925cbd79fc8f6790486917c598f3af47655 100644 (file)
@@ -1,27 +1,27 @@
 a {
-  border-property: 1 2 3 4;
+  border-image-width: 1 2 3 4;
 }
 
 b {
-  border-property: 1 2 3;
+  border-image-width: 1 2 3;
 }
 
 c {
-  border-property: 1 2;
+  border-image-width: 1 2;
 }
 
 d {
-  border-property: 1;
+  border-image-width: 1;
 }
 
 e {
-  border-property: 0;
+  border-image-width: 0;
 }
 
 f {
-  border-property: 1 2 3 4;
+  border-image-width: 1px 2px 3 4px;
 }
 
 n {
-  border-property: 1 2;
+  border-image-width: 1 2;
 }